home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / DISKCOPY.HLP < prev    next >
Text File  |  1985-09-10  |  2KB  |  65 lines

  1. ----------------------  DISKCOPY - External DOS Command  -----------------------
  2.  
  3. DISKCOPY copies one diskette's entire contents to another diskette.
  4.  
  5. FORMAT:   DISKCOPY [d1:[d2:]][/1]
  6.  
  7. REMARKS:
  8.  
  9.    d1: - the drive of the diskette to be copied, "source."  If omitted, the
  10.          default drive is assumed.
  11.    d2: - the drive of the diskette to be copied to, "target."  If omitted, the
  12.          default drive is assumed.
  13.    /1  - specifies that only the first side of the diskette is to be copied,
  14.          even if the diskette is double-sided.
  15.  
  16.    If you omit d1, you must not specify d2.  DISKCOPY will allow this, but it
  17.    will interpret the d2 drive to be the d1 drive.
  18.  
  19.    A single-drive copy is performed if both d1 and d2 are omitted, or if d2 is
  20.    omitted and d1 is specified as the default drive.
  21.  
  22.    Any information on the target diskette that existed before the DISKCOPY is
  23.    performed will be replaced with new information.
  24.  
  25.    You will be prompted to enter the source and target diskettes in the
  26.    appropriate drives.
  27.  
  28.    DISKCOPY works for diskettes only.  If a fixed disk letter is specified, an
  29.    error message is displayed and processing ends.
  30.  
  31.    When the copy is complete you are prompted:
  32.  
  33.           Copy another(Y/N)?
  34.  
  35.           Enter Y to perform another DISKCOPY, enter N to end.
  36.  
  37.    If the target diskette has not been formatted, DISKCOPY will format it.
  38.  
  39.    If a disk error occurs on either diskette, the diskette drive, side and track
  40.    of the error will be displayed and DISKCOPY will continue.  In this case the
  41.    target diskette may not be usable.  If an error occurs, reissue the DISKCOPY
  42.    command and then perform a DISKCOMP to ensure that the information was copied
  43.    correctly.
  44.  
  45.  
  46. NOTE:  After performing a DISKCOPY, you may want to use DISKCOMP (compare
  47.    diskettes) to ensure the target diskette is identical to the source.
  48.  
  49.  
  50. WARNING:  Any information on the target diskette that existed before the
  51.    DISKCOPY is performed will be replaced with new information.
  52.  
  53.  
  54. EXAMPLES:
  55.  
  56. Copy the entire contents of one diskette to another.  The source drive is A and
  57. the target drive is B:
  58.  
  59.           DISKCOPY A: B:
  60.  
  61.  
  62. Perform a single-drive DISKCOPY using the default drive:
  63.  
  64.           DISKCOPY        (you will be prompted to insert the diskettes)
  65.